Papers with semantic confusion
Serial Recall Effects in Neural Language Modeling (N19-1)
Copied to clipboard
| Challenge: | Recent studies have shed light on the information encoded by LSTM networks. |
| Approach: | They propose to use serial recall experiments to model human memory of words in the order they occur in the language. |
| Outcome: | The proposed model can learn function words much better than content words and can capture syntactic structures such as subject-verb agreement. |
Length-aware Byte Pair Encoding for Mitigating Over-segmentation in Korean Machine Translation (2024.findings-acl)
Copied to clipboard
Jungseob Lee, Hyeonseok Moon, Seungjun Lee, Chanjun Park, Sugyeong Eo, Hyunwoong Ko, Jaehyung Seo, Seungyoon Lee, Heuiseok Lim
| Challenge: | Byte Pair Encoding (BPE) is an effective approach in machine translation across several languages, but it is prone to over-segmentation in Korean, an agglutinative and morphologically rich language. |
| Approach: | They propose a new method that incorporates long words into the Korean vocabulary by strategically preserving morphological information and reducing semantic confusion. |
| Outcome: | The proposed method outperforms BPE and surpasses state-of-the-art morpheme-aware tokenization methods. |
Intra-Correlation Encoding for Chinese Sentence Intention Matching (2020.coling-main)
Copied to clipboard
| Challenge: | Existing methods to improve sentence intention matching for Chinese text are limited due to the particularity of the text. |
| Approach: | They propose a method that combines character-granularity and word-granulularity features to perform sentence intention matching. |
| Outcome: | The proposed method can capture sentence feature information from multiple perspectives and correlation information between different levels of sentences. |
Uncovering Limitations in Text-to-Image Generation: A Contrastive Approach with Structured Semantic Alignment (2023.findings-emnlp)
Copied to clipboard
| Challenge: | a new method for text-to-image generation models is proposed to address these limitations . SSA focuses on learning structured semantic embeddings across different modalities . |
| Approach: | They propose a method to evaluate text-to-image generation models using structured semantic embeddings . they propose to learn mutated prompts by substituting words with equivalent or nonequivalent alternatives . |
| Outcome: | The proposed method improves the measurement of semantic consistency of text-to-image generation models. |
Continual Event Extraction with Semantic Confusion Rectification (2023.emnlp-main)
Copied to clipboard
| Challenge: | Existing studies focus on continual event extraction to extract incessantly emerging information . the semantic confusion on event types stems from the annotations of the same text being updated over time . |
| Approach: | They propose a continual event extraction model with semantic confusion rectification to reduce semantic confusion. |
| Outcome: | The proposed model outperforms state-of-the-art models and is proficient in imbalanced datasets. |